Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / Recolor Method / Recolor(RecolorPreset,IShape[]) Method
The preset setting.
The picture(s) or groups which contains a single picture to modify.


In This Topic
    Recolor(RecolorPreset,IShape[]) Method
    In This Topic
    Creates a command that change color of the picture.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Recolor( _
       ByVal preset As PictureCommand.RecolorPreset, _
       ByVal ParamArray shapes() As IShape _
    ) As PictureCommand
    'Usage
     
    
    Dim preset As PictureCommand.RecolorPreset
    Dim shapes() As IShape
    Dim value As PictureCommand
     
    value = PictureCommand.Recolor(preset, shapes)
    public static PictureCommand Recolor( 
       PictureCommand.RecolorPreset preset,
       params IShape[] shapes
    )

    Parameters

    preset
    The preset setting.
    shapes
    The picture(s) or groups which contains a single picture to modify.
    See Also